From 59a22b3d7e63d9838139163629499b1ee33f524d Mon Sep 17 00:00:00 2001 From: =?utf8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sat, 29 Apr 2017 13:08:26 +0200 Subject: [PATCH] Add nullable return annotation to gtk_notebook_get_tab_label https://bugzilla.gnome.org/show_bug.cgi?id=781935 --- gtk/gtknotebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 94d62a4de5..e9223e0996 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -6916,7 +6916,7 @@ gtk_notebook_popup_disable (GtkNotebook *notebook) * %NULL is returned if @child is not in @notebook or * if no tab label has specifically been set for @child. * - * Returns: (transfer none): the tab label + * Returns: (transfer none) (nullable): the tab label */ GtkWidget * gtk_notebook_get_tab_label (GtkNotebook *notebook, -- 2.30.2